GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-24T18:36:48.4957795+00:00",
"SubmitDate": "2026-01-24T18:36:48.4957795+00:00",
"ReportPeriodStart": "2026-01-24T18:36:48.4957795+00:00",
"ReportPeriodEnd": "2026-01-24T18:36:48.4957795+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1de8e7a5-cb6c-4ff9-9d69-002c0422922a",
"Rows": [
{
"ItemId": "e7b9da97-7fc6-400f-b94e-92f046e1d8e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7b9da97-7fc6-400f-b94e-92f046e1d8e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1de8e7a5-cb6c-4ff9-9d69-002c0422922a",
"Rows": [
{
"ItemId": "e7b9da97-7fc6-400f-b94e-92f046e1d8e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7b9da97-7fc6-400f-b94e-92f046e1d8e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1a18e4f4-2d8c-479e-8cc9-555b6e30ded4",
"64e12308-02ac-44f3-b0d5-a663b430e4f5"
],
"Approvers": [
"4486dd54-8d17-4d52-95eb-5fe7f97b5753",
"841125ca-058f-4a91-8076-54d0ee2165bc"
],
"ApprovedBy": "a129ac3e-5916-419a-80ea-189466414946",
"ApprovalDate": "2026-01-24T18:36:48.5114062+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cec86b3c-2ff2-4613-8faa-59fff1ef18f7",
"id": "4109d985-e31c-40ab-8c90-f71b3c0dab07",
"ConfigId": "26d3e6fe-05e7-4ba7-8c21-310ad15e71c4"
},
{
"GenerationDate": "2026-01-24T18:36:48.4957795+00:00",
"SubmitDate": "2026-01-24T18:36:48.4957795+00:00",
"ReportPeriodStart": "2026-01-24T18:36:48.4957795+00:00",
"ReportPeriodEnd": "2026-01-24T18:36:48.4957795+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1de8e7a5-cb6c-4ff9-9d69-002c0422922a",
"Rows": [
{
"ItemId": "e7b9da97-7fc6-400f-b94e-92f046e1d8e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7b9da97-7fc6-400f-b94e-92f046e1d8e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1de8e7a5-cb6c-4ff9-9d69-002c0422922a",
"Rows": [
{
"ItemId": "e7b9da97-7fc6-400f-b94e-92f046e1d8e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7b9da97-7fc6-400f-b94e-92f046e1d8e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1a18e4f4-2d8c-479e-8cc9-555b6e30ded4",
"64e12308-02ac-44f3-b0d5-a663b430e4f5"
],
"Approvers": [
"4486dd54-8d17-4d52-95eb-5fe7f97b5753",
"841125ca-058f-4a91-8076-54d0ee2165bc"
],
"ApprovedBy": "a129ac3e-5916-419a-80ea-189466414946",
"ApprovalDate": "2026-01-24T18:36:48.5114062+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cec86b3c-2ff2-4613-8faa-59fff1ef18f7",
"id": "4109d985-e31c-40ab-8c90-f71b3c0dab07",
"ConfigId": "26d3e6fe-05e7-4ba7-8c21-310ad15e71c4"
}
]